home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _D9782B96B1BD4ADC9C092F9A8DC966DC < prev    next >
Encoding:
Text File  |  2004-03-18  |  541 b   |  28 lines

  1. shader()
  2. {
  3.     cull("cw")
  4.     sortweight("preblended")
  5.     pass()
  6.     {
  7.         tmu()
  8.         {
  9.             texture()
  10.             {
  11.                 usermap(0)
  12.                 addressfunc("clamp", "clamp", "clamp")
  13.             }
  14.  
  15.             texgen("projected")
  16.             ColorOp("arg1", "texture", "current", "current")
  17.             AlphaOp("arg1", "tfactor", "current", "current")
  18.         }
  19.         Tfactor(1, 1, 1, 0.4)
  20.  
  21.         blendfunc("src_alpha", "inv_src_alpha")
  22.         depthfunc("lequal", 0)
  23.     }
  24. }
  25.  
  26.  
  27.  
  28.